ASP.NET Core MVC コントロールヘルプ
ODataVirtualCollectionViewService<T> クラス メンバ
プロパティ  メソッド 

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 : ODataVirtualCollectionViewService<T> クラス

ODataVirtualCollectionViewService<T>データ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets or sets an object where the keys represent calculated fields and the values are expressions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets the child components. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets an object to be used as a map for coercing data types when loading the data. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a string that specifies whether related entities should be included in the return data. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets an array containing the names of the fields to retrieve from the data source. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a string containing an OData filter specification to be used for filtering the data on the server. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a callback that determines whether a specific property of an item contains validation errors. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets the group descriptions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the component id. C1.Web.Mvc.Componentから継承されます。
Public プロパティGets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a custom reviver function to use when parsing JSON values returned from the server. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets an array containing the names of the key fields. Key fields are required for update operations (add/remove/delete). C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a function that creates new items for the collection. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the OData version used by the server. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティOccurs when the collection changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs after the current item changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs before the current item changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs when there is an error reading or writing data. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティOccurs when the BaseODataCollectionViewService<T> finishes loading data. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティOccurs when the BaseODataCollectionViewService<T> starts loading data. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティOccurs after the page index changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティOccurs before the page index changes. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the page index. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the page size. 0 means to disable paging. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a value that determines whether the CollectionView should automatically refresh its results (by applying the sort, filter, and grouping operations) after items are edited. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets the url of the OData service. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティGets or sets a value that determines whether dates should be adjusted to look like GMT rather than local dates. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets the sort descriptions. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets a value that determines how null values should be sorted. C1.Web.Mvc.BaseCollectionViewService<T>から継承されます。
Public プロパティGets or sets the name of the table (entity) that this collection is bound to. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
Public プロパティOverrides to remove this attribute. C1.Web.Mvc.BaseODataCollectionViewService<T>から継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドWriter the process result of current instance to the writer. C1.Web.Mvc.Componentから継承されます。
トップ
参照

ODataVirtualCollectionViewService<T> クラス
C1.Web.Mvc 名前空間